docs: Reword gtk4-update-icon-cache description
authorBjörn Daase <bjoern@daase.net>
Fri, 21 Aug 2020 13:33:12 +0000 (15:33 +0200)
committerBjörn Daase <bjoern@daase.net>
Fri, 21 Aug 2020 13:33:12 +0000 (15:33 +0200)
docs/reference/gtk/gtk4-update-icon-cache.xml

index 1537963882c312e16166ecef80423ca883b5b7a4..769853a57b204419300d1855330131a14fd52afc 100644 (file)
@@ -58,9 +58,9 @@
 <para>
   GTK can use the cache files created by <command>gtk4-update-icon-cache</command>
   to avoid a lot of system call and disk seek overhead when the application
-  starts. Since the format of the cache files allows them to be mmaped
-  shared between multiple applications, the overall memory consumption is
-  reduced as well.
+  starts. Since the format of the cache files allows them to be shared across
+  multiple processes, for instance using the POSIX <command>mmap()</command> system
+  call, the overall memory consumption is reduced as well.
 </para>
 </refsect1>